type github.com/refraction-networking/utls.cipherSuiteTLS13
16 uses
github.com/refraction-networking/utls (current package)
cipher_suites.go#L195: type cipherSuiteTLS13 struct {
cipher_suites.go#L212: var cipherSuitesTLS13 = []*cipherSuiteTLS13{ // TODO: replace with a map.
cipher_suites.go#L665: func mutualCipherSuiteTLS13(have []uint16, want uint16) *cipherSuiteTLS13 {
cipher_suites.go#L674: func cipherSuiteTLS13ByID(id uint16) *cipherSuiteTLS13 {
conn.go#L232: func (hc *halfConn) setTrafficSecret(suite *cipherSuiteTLS13, level QUICEncryptionLevel, secret []byte) {
handshake_client_tls13.go#L40: suite *cipherSuiteTLS13
handshake_server_tls13.go#L53: suite *cipherSuiteTLS13
key_schedule.go#L23: func (c *cipherSuiteTLS13) nextTrafficSecret(trafficSecret []byte) []byte {
key_schedule.go#L28: func (c *cipherSuiteTLS13) trafficKey(trafficSecret []byte) (key, iv []byte) {
key_schedule.go#L37: func (c *cipherSuiteTLS13) finishedHash(baseKey []byte, transcript hash.Hash) []byte {
key_schedule.go#L46: func (c *cipherSuiteTLS13) exportKeyingMaterial(s *tls13.MasterSecret, transcript hash.Hash) func(string, []byte, int) ([]byte, error) {
u_pre_shared_key.go#L135: cipherSuite *cipherSuiteTLS13
u_pre_shared_key.go#L383: var validHashLen = mapSlice(cipherSuitesTLS13, func(c *cipherSuiteTLS13) int {
u_public.go#L242: func (c *cipherSuiteTLS13) toPublic() *PubCipherSuiteTLS13 {
u_public.go#L255: func (c *PubCipherSuiteTLS13) toPrivate() *cipherSuiteTLS13 {
u_public.go#L259: return &cipherSuiteTLS13{
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |